Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config with default template 5d669ee9 #389

Merged
merged 3 commits into from
May 13, 2024

Conversation

mauritsvanrees
Copy link
Member

Mostly this PR demonstrates that currently we need to manually make some adjustments to tox.ini if we have a package that we need to test on Plone 6.1. That seems the only file that needs changes, which is good.
See plone/meta#210

For now, this is a manual change that needs to be done after updating the package configuration with plone/meta.
@mister-roboto
Copy link

@mauritsvanrees thanks for creating this Pull Request and helping to improve Plone!

TL;DR: Finish pushing changes, pass all other checks, then paste a comment:

@jenkins-plone-org please run jobs

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass, but it takes 30-60 min. Other CI checks are usually much faster and the Plone Jenkins resources are limited, so when done pushing changes and all other checks pass either start all Jenkins PR jobs yourself, or simply add the comment above in this PR to start all the jobs automatically.

Happy hacking!

@gforcada
Copy link
Member

Actually you can set that on .meta.toml, the problem would be if you want to run tests with both Plone 6.0 and 6.1 😕

[tox]
constraints_file = "https://my-server.com/constraints.txt"

Now it will continue to work when someone runs config-package again.
@mauritsvanrees
Copy link
Member Author

Ah, right, I forgot that. Done.

@mauritsvanrees mauritsvanrees merged commit 60a8cfb into master May 13, 2024
9 of 11 checks passed
@mauritsvanrees mauritsvanrees deleted the config-with-default-template-5d669ee9 branch May 13, 2024 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants